func net/http.isTokenBoundary

3 uses

	net/http (current package)
		header.go#L257: 		if sp > 0 && !isTokenBoundary(v[sp-1]) {
		header.go#L261: 		if endPos := sp + len(token); endPos != len(v) && !isTokenBoundary(v[endPos]) {
		header.go#L271: func isTokenBoundary(b byte) bool {